object PrintSeriesDialog: TPrintSeriesDialog Left = 313 Top = 105 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'Printing series of images:' ClientHeight = 154 ClientWidth = 412 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 64 Top = 38 Width = 321 Height = 28 AutoSize = False Caption = 'PrintSeriesDialog (Unit 15.cpp)' end object Label0: TLabel Left = 342 Top = 6 Width = 32 Height = 13 Caption = 'Label0' end object ProgressLabel: TLabel Left = 192 Top = 76 Width = 20 Height = 13 Caption = '55%' end object Label1: TLabel Left = 24 Top = 6 Width = 32 Height = 13 Caption = 'Label1' end object Image1: TImage Left = 24 Top = 30 Width = 32 Height = 32 Picture.Data = {} Stretch = True end object CancelBtn: TButton Left = 172 Top = 120 Width = 60 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 TabStop = False OnClick = CancelBtnClick end object ProgressBar1: TProgressBar Left = 24 Top = 94 Width = 361 Height = 16 Min = 0 Max = 100 TabOrder = 1 end end